home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / Developer Essentials Jul 90 / U.S. System⁄HyperCard / HyperCard—US 1.2.5 / HyperCard Ideas-US 1.2.5 / Idea Stacks / Card Ideas / background_23361.txt < prev    next >
Encoding:
Text File  |  1988-11-07  |  985 b   |  48 lines

  1. -- background: 23361 from stack: in
  2. -- bmap block id: 11480
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=444 top=290 right=321 bottom=487
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 10610 / 10610
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: dial phone
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   get the selection
  23.   if it is empty then get the message
  24.   if it is empty then ask "Dial what number?"
  25.   if it is not empty then
  26.     push this card
  27.     visual effect zoom open
  28.     go to stack "Phone"
  29.     dial it
  30.     pop card
  31.   end if
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=237 top=83 right=310 bottom=453
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 2
  44. -- text size: 24
  45. -- style flags: 0
  46. -- line height: 32
  47. -- part name: 
  48.